GUI Help > Special > webBrowserRun

webBrowserRun
webBrowserRun handle gadget, str HTML

Description:
Displays HTML code in the specified web browser gadget. HTML is the "programming language" used to design web pages. This command allows the program to create web pages on the fly and display them without having to save any files to the user's computer. When writing the HTML code, assume that the page is blank. You can include JavaScript code, Flash objects etc.

Return Value:


Parameters:
gadget Handle of a web browser gadget
HTML The HTML code to display
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)